home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / compuserve-file-archive / 05 Programming / ASTERI.SFX / .alias next >
Text File  |  1990-02-12  |  577b  |  25 lines

  1. # CjB was here, 23/6/1991
  2.  
  3. #  Syntax:
  4. # ALIAS "{str}" {str}@Quotes not
  5. #       ~     ~        manditory
  6. #       Â¡Manditory
  7. # Currently there's max of 64 aliases
  8. # & no recursion allowed
  9.  
  10. alias "dir"    "ls -a"
  11. alias "cls"    "echo |93"
  12. alias "gobin"  "cd / bin"
  13. alias "et"     "cd / home"
  14. alias "cat"    "cp <"
  15. alias "ty"     "cp >tty <"
  16. alias "`$"     "disk $"
  17. alias "lpr"    "cp >prn <"
  18. alias "lp"     "cp >prn"
  19. alias "go"     "sh <"
  20. alias "page"   "more -c <"
  21. alias "m"      "more <"
  22. alias "game"   "cd / bin games"
  23. alias "ed"     "rat <"
  24. alias "cSpeed" "-c ~ tr |7f |0d "
  25.